From: Richard M. Stallman Date: Mon, 28 Aug 1995 00:15:59 +0000 (+0000) Subject: Fix typo in global-map define. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~86109 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e6a5c7de38e289a49edac7e062c0512c8a7fb6b0;p=emacs.git Fix typo in global-map define. --- diff --git a/lisp/tmm.el b/lisp/tmm.el index e713703441f..17dbedc39c0 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -44,7 +44,7 @@ (defvar tmm-km-list) (defvar tmm-table-undef) -;;;###autoload (define-key global-map "\M-`" tmm-menubar) +;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) ;;;###autoload (defun tmm-menubar ()